home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cug202 / submit.dsk < prev    next >
Text File  |  1979-12-31  |  3KB  |  95 lines

  1. The C Users' Group welcomes submissions for inclusion in the
  2. C public domain library. Please sign and return the following information
  3. with your submission. Thank you.
  4.  
  5.      AUTHOR'S RELESAE FORM FOR CUG LIBRARY
  6.  
  7. NAME ...........................DATE..../..../....
  8.  
  9. ADDRESS ..........................................
  10.  
  11. CITY .......................STATE .....ZIP .......
  12.  
  13. COUNTRY ..........................................
  14.  
  15. PHONE .....................AFFILIATION ...........
  16.  
  17. DESCRIPTION OF SUBMITTED MATERIALS (Include development machine,
  18. memory required, basic attributes, etc.):
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. THE SUBMITTED FILES ARE IN THEIR PRESENT REVISION LEVEL,
  31.  
  32.        ....      TO THE BEST OF MY KNOWLEDGE CURRENTLY IN PUBLIC DOMAIN
  33.  
  34.        ....      UNDER MY DIRECT CONTROL HEREBY PLACED INTO PUBLIC
  35.                  DOMAIN. PERMISSION IS HEREBY GRANTED THE C USERS' GROUP TO
  36.                  DISTRIBUTE THE SUBMITTED MATERIALS
  37.                  FREELY FOR NON-COMMERCIAL
  38.                  PERSONAL USE.
  39.  
  40.  
  41.     SIGNED...........................................
  42.  
  43.     DATE.............................................
  44.  
  45. -------------------------------------------------------------------------
  46.  
  47. SUBMISSION GUIDELINES
  48.  
  49. Please avoid sub-directories, squeezed files, library files or other
  50. compacted formats. CUG appreciates and prefers submissions with
  51. cataloging headers on all text files (See sample below and refer
  52. to CUG Newsletter II #6, March, 1985 for more details.)
  53.  
  54. SAMPLE HEADER
  55. /*
  56. HEADER:        ;
  57. TITLE:        Diskette sector editor;
  58. VERSION:    1.4;
  59.  
  60. DESCRIPTION:    "Lets you view, edit and write back a diskette sector.
  61.  
  62.         It needs a 24*80 cursor-addressable terminal, and requires
  63.         your custom CLRSCREEN() and GOTOXY() functions.  The
  64.         definitions of these functions appear early in SE.C.
  65.  
  66.         Compiling requires SENTER.C, included on the diskette.
  67.         Also included are SE.DOC and SE.SUB.";
  68.  
  69. KEYWORDS:    Disk, utility, editor, sector;
  70. SYSTEM:        CP/M-80, V2.2;
  71. FILENAME:    SE.C;
  72. WARNINGS:    "Requires Version 2.x of CP/M.
  73.         SE is not designed to work with systems using the DEBLOCK
  74.         routine in the BIOS to handle physical sectors larger than
  75.         128 bytes, so if you have such a system, and want to use SE,
  76.         you must modify the routines in SE which write back the edited
  77.         sector.  The BitMap command is not implemented.";
  78.  
  79. SEE-ALSO:    SE.DOC, SENTER.C;
  80. AUTHORS:    Jan Larsson;
  81. COMPILERS:    BDS C, v1.43 and 1.5a;
  82. */
  83.  
  84. The C Users' Group (CUG) collects, maintains and distributes
  85. public domain C source code, publishes a quarterly newsletter
  86. and serves as a resource for C users. Several vendors have named
  87. CUG as the official users group for their implementation of C.
  88. For membership and subscription information contact
  89.  
  90.     The C Users' Group
  91.     PO Box 97
  92.     McPherson, KS 67460
  93.     (316)241-1065
  94. BY PLACED INTO PUBLIC
  95.                  DOMAIN. PERMISSION IS HEREBY GRANTED THE C USERS' GROUP